SongAlbumRecording
There'll Always Be a Lady Fair Anything Goes 1243
   "   "1247

SELECT PCS.Name AS "Song", ALB.Name AS "Album", REC.ID AS "Recording" FROM Recordings REC JOIN Pieces PCS ON PCS.ID = REC.Piece_FK JOIN Albums ALB ON ALB.ID = REC.ALBUM_FK WHERE PCS. Name = "There'll Always Be a Lady Fair"